infra(contributors): sync contributor tables across all package READMEs (#1076) - #1429
Closed
ZacLou wants to merge 1 commit into
Closed
infra(contributors): sync contributor tables across all package READMEs (#1076)#1429ZacLou wants to merge 1 commit into
ZacLou wants to merge 1 commit into
Conversation
…Es (LabsCrypt#1076) Closes LabsCrypt#1076 - Adds all-contributors sections to backend/README.md, contracts/README.md, frontend/README.md, and packages/flowfi-sdk/README.md. - Updates .all-contributorsrc files array so the bot keeps every listed README in sync. - Documents the @all-contributors trigger command and contribution types in CONTRIBUTING.md.
3 tasks
Author
CI Status: Dependency Vulnerability Scan failure is pre-existing, not introduced by this PRLooking at the recent Security Checks workflow runs on this repository, a Dependabot-triggered run on the This PR only touches documentation files:
No The other Security Checks jobs (CodeQL for TypeScript, Rust, JavaScript) all pass. Happy to help fix the flagged dependency in a separate PR if the maintainers would like — just let me know which package/version needs the bump. |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1076
Currently .all-contributorsrc only lists the root README.md, so contributors who work in �ackend/, contracts/, rontend/, or packages/flowfi-sdk/ do not get synchronized contributor tables in their sub-project READMEs.
Changes
n - contracts/README.mdn - rontend/README.mdn - packages/flowfi-sdk/README.mdn- Updated .all-contributorsrc iles array to include all five READMEs (root + four sub-packages).Verification
px all-contributors-cli@latest check (or the bot) will now update every listed README when a contributor is added.